﻿
* {
    background-repeat: no-repeat;
}


.minHeightContainer {
    min-height: 500px;
}
    *:after, *:before {
        padding: 0;
        margin: 0;
    }
/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.u-imgLink {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
	z-index:10;
  
}

img {
    border-width: 0;
    display: block;
    border: 0;
    border: none;
    outline: none;
    outline: 0;
    border-style: none;
    outline-width: 0;
    max-width: 100%; /*!important*/
    height: auto;
}

input, select, textarea {
    -webkit-border-radius: 0;
    border-radius: 0;
}

    textarea:focus, input:focus {
        outline: 0;
    }


.IwantFocus:focus {
    border: 1px solid #333;
}

textarea {
    overflow: auto;
    resize: none;
}

.rotateMe180 {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.BlueDarker {
    background-color: #0a4485 !important;
}

.GoToChildOnClick {
    cursor: pointer;
}


*:focus, input:focus {
    outline: none;
}


a {
    cursor: pointer;
    text-decoration: none;
    border-width: 0;
    outline: none;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    /*-webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inherit;Ramona*/
}





h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
    display: inline;
    text-transform: initial;
}

p {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    text-decoration: none;
    display: inline;
    text-transform: initial;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    padding: 0;
    border-width: 0;
}

    table td, table th {
        padding: 0;
    }

.Bordertable {
    border-collapse: collapse;
    border-spacing: 1px;
    padding: 0;
    border: 1px solid #AFAFAF;
}

    .Bordertable td, .Bordertable th {
        padding: 0;
        border: 1px solid #AFAFAF;
    }




.table, .tableCell {
    width: 100%;
    height: 100%;
}

.clear {
    clear: both;
}

.table {
    display: table;
}

.tableCell {
    display: table-cell;
    vertical-align: middle;
}

.OverImg {
    display: none;
}

html {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100%;
}


ul {
    list-style: none;
}


.u-transitionEaseInOut {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.MyMainDiv1240 {
    max-width: 1240px;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.MyMainDiv1300 {
    max-width: 1300px;
    position: relative;
    margin: 0 auto;
    width: 100%;
}


.MyMainDiv1306 {
    max-width: 1306px;
    position: relative;
    margin: 0 auto;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.MyMainDiv1340 {
    max-width: 1340px;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.MyMainDiv1100 {
    max-width: 1100px;
    position: relative;
    margin: 0 auto;
    width: 100%;
}




.GoDownOnhover {
    background-position: top;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .GoDownOnhover:hover, .GoDownOnhoverSel {
        background-position: bottom;
    }

.CoverImage {
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.ContainImage {
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    min-width: 100%;
}

.FixedImage {
    position: static;
    width: 100%;
    background-color: black;
    background-attachment: fixed !important;
}


.u-animateMeFast {
    -webkit-transition: all 550ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition: all 550ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition: all 550ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 550ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}


.u-animateMeFast2 {
    -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -moz-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -o-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000); /* easeInOutExpo */
}

.AnimateMe, .u-AnimateMe, .u-animateMe {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.AnimateMeFast {
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.RemoveAnimation {
    -webkit-transition: all 0s ease-in-out;
    -ms-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

.AnimateMeEaseInQuint {
    -webkit-transition: all 0.5s cubic-bezier(0.755, 0.050, 0.855, 0.060); /*http://matthewlein.com/ceaser/*/
    -moz-transition: all 0.5s cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -o-transition: all 0.5s cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transition: all 0.5s cubic-bezier(0.755, 0.050, 0.855, 0.060); /* easeInQuint */
}


.floatR {
    float: right;
}

.floatL {
    float: left;
}


.ImaCircle, .u-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.IamTheOver {
    display: none;
}

.OpenHandStyle {
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

    .OpenHandStyle:active {
        cursor: -webkit-grabbing;
        cursor: -moz-grabbing;
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* the CSS styling below will only be picked up by Safari and Chrome */
    .OpenHandStyle {
        cursor: -webkit-grab;
    }
}

.blackAndWhiteImg {
    -webkit-transition: all 5s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

    .blackAndWhiteImg:hover {
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        filter: initial;
    }

.GoToChildOnClick, .GoToInputOnClick, .IWantAMouseOVerNow, .IWantAMouseOVerNowBut75 {
    cursor: pointer;
}



.IWantAMouseOVerNowBut75, .IWantAMouseOVerNowBut80, .IWantAMouseOVerNow, .u-hover75, .u-hover80 {
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .IWantAMouseOVerNowBut75:hover, .u-hover75:hover {
        opacity: 0.75;
    }

    .IWantAMouseOVerNowBut80:hover, .u-hover80:hover {
        opacity: 0.80;
    }

    .IWantAMouseOVerNow:hover {
        opacity: 0.5;
    }



.centerMe {
    margin: 0;
    position: absolute;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.centerMeWH {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hideMe {
    width: 0;
    height: 0;
    position: relative;
    overflow: hidden;
    display: none;
    opacity: 0;
    visibility: hidden;
}


.grayscale {
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    filter: grayscale(1);
}

/*.grayscale:hover {
        filter: grayscale(0);
        -webkit-filter: grayscale(0);
        -moz-filter: grayscale(0);
        -o-filter: grayscale(0);
        -ms-filter: grayscale(0);
    }*/



.CenterMeHeight {
    top: 50%;
    position: absolute;
}

.Opacity0 {
    opacity: 0;
}



/* Utility Start */

.u-width100 {
    width: 100% !important;
}

.u-width75 {
    width: 75% !important;
}

.u-height100 {
    height: 100%;
}

.u-width10 {
    width: 10px;
}

.u-height10 {
    height: 10px;
}

.u-opacity1 {
    opacity: 1 !important;
}

.u-opacity0 {
    opacity: 0 !important;
}

.u-hide {
    display: none;
}

.u-show {
    display: block;
}


.u-relative {
    position: relative;
}

.u-absolute {
    position: absolute;
}

.u-fixed {
    position: fixed;
}

.u-overflowHidden {
    overflow: hidden;
}

.u-BorderBox, .u-borderBox {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.u-noBorderBox {
    -moz-box-sizing: initial;
    -webkit-box-sizing: initial;
    box-sizing: initial;
}

.u-Shadow {
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.40);
    -moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.40);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.40);
}

.u-marginAuto {
    position: relative !important;
    margin: 0 auto;
}

.u-centerIcon {
    text-align: center;
    width: 100%;
}

.u-top0 {
    top: 0;
}

.u-pointer {
    cursor: pointer;
}

.u-nowrap {
    white-space: nowrap;
}

.u-uppercase {
    text-transform: uppercase;
}

.u-Capitalize {
    text-transform: capitalize;
}



.u-ltr {
    direction: ltr;
}

.u-rtl {
    direction: rtl;
}

.u-zindex10 {
    z-index: 10;
}

.u-bgWhite {
    background-color: #ffffff !important;
}

.u-bgF9 {
    background-color: #F9F9F9 !important;
}

.u-bgBlack {
    background-color: #000000 !important;
}

.u-inherit {
    height: inherit;
}

.u-100vh {
    height: 100vh !important;
}

.u-100vw {
    width: 100vw !important;
}

.u-coverImage {
    background-repeat: no-repeat;
    background-position: top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.u-containImage {
    width: 100%;
    background-repeat: no-repeat;
    background-position: top;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    min-width: 100%;
}

.u-fixedImage {
    position: static;
    background-color: #1A1A1A;
    background-attachment: fixed !important;
}

.u-padding0 {
    padding: 0 !important;
}

.u-margin0 {
    margin: 0 !important;
}

.u-inline {
    display: inline;
}

.u-inlineBlock {
    display: inline-block;
}

.u-underline {
    text-decoration: underline;
}

.u-valignT {
    vertical-align: top;
}

.u-valignB {
    vertical-align: bottom;
}

.u-valignM {
    vertical-align: middle;
}

.u-block {
    display: block;
}

.u-triangle {
    width: 15px;
    height: 15px;
    border: solid 15px #f7f7f7;
    border-radius: 3px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}

.u-CenterAbsoluteVertical {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.u-floatNone {
    float: none !important;
}

.u-table {
    display: table;
}

.u-tableCell {
    display: table-cell;
}


.u-removeSroll {
    height: 100vh !important;
    position: relative !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

.u-centerMe {
    margin: 0;
    top: 50%;
    position: relative;
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.u-inheritStyle, .u-inheritstyle {
    font-size: inherit;
    color: inherit;
    font-style: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    font-family: inherit;
    line-height: inherit;
    width: inherit;
    height: inherit;
    padding: 0;
    margin: 0;
}

.u-show480, .u-show768, .u-show1050, .u-show1200 {
    display: none;
}

.u-max90PC {
    max-width: 90%;
}

.u-paddingL19 {
    padding-left: 20.25px !important;
}

.u-paddingR19 {
    padding-right: 19px !important;
}

.u-paddingL38 {
    padding-left: 38.25px !important;
}

.u-paddingR22 {
    padding-right: 21.25px !important;
}

.u-paddingL39 {
    padding-left: 39px !important;
}

.u-paddingR39 {
    padding-right: 39.25px !important;
}

.u-paddingB20 {
    padding-bottom: 20px !important;
}

.u-paddingB50 {
    padding-bottom: 50px;
}

.u-textCenter {
    text-align: center;
}

.u-paddingRL15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.u-paddingB30 {
    padding-bottom: 30px !important;
}

@media all and (max-width:1260px) {
    .u-paddingResL15 {
        padding-left: 15px !important;
    }

    .u-paddingResR15 {
        padding-right: 15px !important;
    }
}

@media all and (max-width: 900px) {
    .u-hide900 {
        display: none;
    }

    .u-show900 {
        display: block;
    }
}

@media all and (max-width: 1050px) {
    .u-hide1050 {
        display: none;
    }

    .u-show1050 {
        display: block;
    }
}

@media all and (max-width: 1200px) {
    .u-hide1200 {
        display: none;
    }

    .u-show1200 {
        display: block;
    }
}

@media all and (max-width: 768px) {
    .u-hide768 {
        display: none;
    }

    .u-show768 {
        display: block;
    }
}

@media all and (max-width: 480px) {
    .u-hide480 {
        display: none;
    }

    .u-show480 {
        display: block;
    }
}


/* Utility End*/
